func github.com/gotd/td/crypto.sha1Bytes
5 uses
github.com/gotd/td/crypto (current package)
temp_keys.go#L9: func sha1Bytes(a, b []byte) []byte {
temp_keys.go#L38: key = append(key, sha1Bytes(nn, sn)...)
temp_keys.go#L39: key = append(key, sha1Bytes(sn, nn)[:12]...)
temp_keys.go#L42: iv = append(iv, sha1Bytes(sn, nn)[12:12+8]...)
temp_keys.go#L43: iv = append(iv, sha1Bytes(nn, nn)...)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |